2027 Constructor
Changes 5
C

FilteredElementCollector(Document, ICollection<ElementId>)

Description:
Constructs a new FilteredElementCollector that will search and filter a specified set of elements.
public FilteredElementCollector(
	Document document,
	ICollection<ElementId> elementIds
)
  • document
    The document that owns the elements matching the element ids.
  • ICollection<ElementId>
    elementIds
    The input set of element ids.